home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / DNS Lookup / Name Stalker.exe / Main / JavaCompanion.properties < prev    next >
Encoding:
Text File  |  2001-05-01  |  1.0 KB  |  37 lines

  1. #
  2. #    how often (in seconds) the Java plugins directory is checked for changes.
  3. # Currently, the only changes that can be dynamically recognized are additions
  4. # to the Java classes folder. Replacing existing Java plugins while FMP is running
  5. # is not working.
  6. #
  7. JavaCompanion.checkPluginsFrequence = 5
  8.  
  9. #
  10. # This controls whether Java plugins are told they're being shutdown so they
  11. # can clean up gracefully after themselves. It's always a good idea to set it
  12. # to true unless you know for a fact the plugins you have installed do not
  13. # have any cleanup to do. The downside is it can cause FMP to take longer
  14. # shutting down.
  15. #
  16. JavaCompanion.shutdownGracefully = true
  17.  
  18. #
  19. # enable/disable debugging.
  20. #
  21. JavaCompanion.debug = false
  22.  
  23. #
  24. # (Optional) Set filetype and creator of JavaCompanion Log file on MacOS
  25. #
  26. JavaCompanion.log.filetype = TEXT
  27. JavaCompanion.log.creator = R*ch
  28.  
  29. #
  30. # Proxy Settings...
  31. # http.proxySet = true
  32. # http.proxyHost = XXX
  33. # http.proxyPort = XXX
  34. #
  35. #https.proxySet = true
  36. #https.proxyHost = proxy.domain.com
  37. #https.proxyPort = 8080